php forum
php mysql forum
php mysql smarty
 
Page 9 of 10 < 1 2 ... 7 8 9 10 >
Topic Options
#134351 - 05/19/01 03:49 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
So far so good, but:
<OL TYPE=a>

[*]I can't choose Sort first and then the letter

[*]In Category, should '@' be '#'?

[*]Sort: "Display All" should be "Public Name" (because it sorts by name, and also Member Number shows all and Top 25 Posters can show all if there are less than 25 posters).

[*]Category should have a "Display All" option.

[*]Search doesn't work with Category or Sort

[*]I can't choose a category and "User Number" together
</OL>
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134352 - 05/19/01 04:32 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
ure really picky u know that

a. choose the letter first
b. i changed it so it will work more efficiently, plus the script kept thinking that the '#' was a comment. plus '#' refers to numbers and the '@' symbol is more general
c. ok, added to the list of todo's
d. ok, added to the list of todo's
e. search is still very basic, i plan on adding a dropdown full of options of what to search by
f. so you want that to work like the top 25? select a category, then select sort by usernumber to view that category sorted by usernumber? ok, added to the list of todo's
_________________________

Top
#134353 - 05/20/01 05:31 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
New Version Released:
http://www.nfscheats.com/users/DPK/scripts/download/download.cgi?name=Memberlist%20v6.3.7&file=http://www.nfscheats.com/users/DPK/scripts/cgi_perl/memberlist_6.3.7.zip

or simpler url:
http://www.nfscheats.com/users/DPK/scripts/download

Note: If you are upgrading, simply just upload all the files from the zip over the ones currently you have installed. No need for anything else due to the fact the previous versions already integrated it all for the most part.... until I add wordlets, then the fun begins. tipsy

more soon! laugh

<FONT COLOR="#000000" SIZE="1">[ May 20, 2001 05:34 PM: Message edited by: DPK ]</font>
_________________________

Top
#134354 - 05/20/01 08:41 PM Re: [6.0x] Basic Memberlist
wardx28 Offline
Member

Registered: 10/28/00
Posts: 111
Loc: Marietta, ga
Member name not showing up in the new release.

Some Member names are not showing up. I upgraded just as you said by replacing the files and reconfiged my cp.

<FONT COLOR="#000000" SIZE="1">[ May 20, 2001 08:54 PM: Message edited by: wardx28 ]</font>

Top
#134355 - 05/20/01 09:02 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
Quote:
quote:
_________________________

Top
#134356 - 05/20/01 11:49 PM Re: [6.0x] Basic Memberlist
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Nice, but why do we need to lowercase the public names (".lc($user_profile[15])." instead of $user_profile[15])?
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#134357 - 05/21/01 01:13 PM Re: [6.0x] Basic Memberlist
dbode Offline
Member

Registered: 05/12/01
Posts: 176
Loc: Hannover
Hi,

I installed the hack and it works fine for me (admin) and my moderators, but I can´t see the member names of all the other members.

Is that the known bug, so few others will see the ranks ?

Thanks for your help
Dennis
_________________________
Regards Dennis Bode
-----------------------------
Webmaster of Hardwareluxx.com

Top
#134358 - 05/22/01 07:07 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
@ DPK - please check my wordlets:

www.axtien.de/database/memberlist_6.3.7a.zip


- include the wordlets
- center and align in .pl
- table width edit to: width="$vars_style{TableWidth}"
- gif 4 next or prev site (edit in .cgi)
- alert under the memberlist (edit in.pl at the end and in .cgi in the first lines)

#######################################

to search by do not work ?!? at my site ...

www.chat-board.de

<FONT COLOR="#000000" SIZE="1">[ May 22, 2001 07:13 AM: Message edited by: melder ]</font>
_________________________
loveground.com

Top
#134359 - 05/22/01 12:03 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
melder: ill download and check the work you did when i get home. i'm at school right now, about to goto chemistry for 2 hours. *groan*
_________________________

Top
#134360 - 05/22/01 12:46 PM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
sorry little bug in .pl
and change to this ...
like my site: www.chat-board.de

##########################

print<<MemberlistGuts;

</select>
</b></font>
</td>
</form>
<form name="search" action="$vars_config{CGIURL}/ultimatebb.cgi" method="post">
<input type="hidden" name="ubb" value="memberlist"> #bug!
<input type="hidden" name="view" value="3">

<td>
<font size="1" face="$vars_style{FontFace}">
<b>$vars_wordlets_mods{Member_Search_By}</b>
<select name="searchby">
<option value="15">$vars_wordlets_mods{Member_Name}</option>
<option value="6">$vars_wordlets_mods{Member_Location}</option>
<option value="10">$vars_wordlets_mods{Member_Date_Joined}</option>
<option value="13">$vars_wordlets_mods{Member_ICQ}</option>
<option value="22">$vars_wordlets_mods{Member_AIM}</option>
<option value="7">$vars_wordlets_mods{Member_Post_Number}</option>
</select>
<input type="text" name="searchkeys" value="$ML_searchkeys">
</b></font>
</td>
</form>

<td valign="bottom" align="right">
<font size="1" face="$vars_style{FontFace}"><b>
MemberlistGuts

if ($ML_next_link &#0124;&#0124; $ML_previous_link) {
print "<font size="$vars_style{TextSize}" face="$vars_style{FontFace}">$ML_previous_link $ML_next_link</font>";
}

print<<MemberlistGuts;
_________________________
loveground.com

Top
#134361 - 05/22/01 01:35 PM Re: [6.0x] Basic Memberlist
Rinkrat Offline
Member

Registered: 04/21/01
Posts: 161
OK i just installed this for the first time using the .SHW. I'm getting

"You do not have permission to access this area."

When I try to access the settings in CP. I CHMOD'd the cgi's to 755 and left the pl's alone as usual.

Also there is no button on the search. Is it supposed to be like that? It works if you hit "Enter" but a button would be nice smile

<FONT COLOR="#000000" SIZE="1">[ May 22, 2001 01:39 PM: Message edited by: Rinkrat ]</font>
_________________________

Top
#134362 - 05/22/01 03:06 PM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
i could tell you how to add ure own button. smile

the reason why i dont have a button is because it looks cleaner without one. i am running windows xp in the default xp theme which makes buttons size funny in ie6. guess it influenced me. tipsy
_________________________

Top
#134363 - 05/23/01 01:49 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
test searching ...

u found f.i. 60 users: "0 poster"
(and u have 25 member per page)

>>> u get 4 pages - right !?


- the second page is empty.
- and if u go back to the first u become a new selected page.

www.chat-board.de
_________________________
loveground.com

Top
#134364 - 05/23/01 01:54 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
searching by name ( A, B , ...) is ok.
searching by location ( A, B, ...) NOT OK


the same bug ?!?
_________________________
loveground.com

Top
#134365 - 05/23/01 01:59 AM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
>>> here i am laugh

can we insert a: "i found 134 member" ...
_________________________
loveground.com

Top
#134366 - 05/24/01 06:05 PM Re: [6.0x] Basic Memberlist
Fuzion Offline
Member

Registered: 11/22/00
Posts: 717
Loc: Arkansas
Check this out, this is really messed up. http://www.gamerzparadize.com/cgi/ultimatebb.cgi?ubb=memberlist Do you know how to fix that?

Top
#134367 - 05/24/01 06:17 PM Re: [6.0x] Basic Memberlist
Rinkrat Offline
Member

Registered: 04/21/01
Posts: 161
The mod works great and the users are loving it. I am still getting "You do not have permission to access this area." when I try to access the Control Panel page. How can I fix this? I double checked the chmod's and they are correct.
_________________________

Top
#134368 - 05/24/01 06:48 PM Re: [6.0x] Basic Memberlist
ramirez_rfm Offline
Junior Member

Registered: 05/22/01
Posts: 5
Loc: uk
I've been after something like this 4 a while. I haven't tested it yet but i'm still thanking u as i have an idea of what it does. ubb needs this originally, don't you think?

regards,

ramirez.

Top
#134369 - 05/25/01 08:35 AM Re: [6.0x] Basic Memberlist
DPK.ducky.quack Offline
Developer

Registered: 11/18/00
Posts: 874
melder: thankyou for the ideas, working on it. smile
gamer: looks fine to me, whats wrong?
rinkrat: did u add the lines to the cp.cgi?
ramirez: i agree, its a great feature and like so many others here that the people on this board create, should be options for the ubb. tipsy

ps ~ sorry for me being slow with another release, i usually can get a new release of anything within 24 hours, but exams this week and next week have me unavailable for alot of things, coding being one of them. tipsy

<FONT COLOR="#000000" SIZE="1">[ May 25, 2001 08:36 AM: Message edited by: DPK ]</font>
_________________________

Top
#134370 - 05/25/01 02:49 PM Re: [6.0x] Basic Memberlist
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
to ad a "GO" button after the searchkeys:
open public_memberlist.pl

find:
#####
<input type="text" name="searchkeys" value="$ML_searchkeys">

ad after:
#########
<input type="submit" name="submit" value="$vars_wordlets{click_go}">
www.chat-board.de
_________________________
loveground.com

Top
Page 9 of 10 < 1 2 ... 7 8 9 10 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks